home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 January / Cd Pc Users extra 16 enero 1999.iso / internet / browser / ie4sp1 / ie4data.cab / OSP.ZIP / com / ms / osp / NotImplementedException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-28  |  251 b   |  8 lines

  1. package com.ms.osp;
  2.  
  3. public class NotImplementedException extends OSPException {
  4.    public NotImplementedException() {
  5.       super(-2147467263);
  6.    }
  7. }
  8.